Interface sjl.InputIterator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sjl.InputIterator

public interface InputIterator
extends Object
extends Iterator
Defines the methods allowed on input iterators. Input iterators allow a single, readonly pass over the container.

Copyright © 1996 Finn Bock


Method Index

 o get()
Return the current object that the iterator points to.

Methods

 o get
  public abstract Object get()
Return the current object that the iterator points to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index